DevForce Help Reference
QueryResult<T> Class Members
Fields  Properties  Methods 


The following tables list the members exposed by QueryResult<T>.

Protected Fields
 NameDescription
Protected Field_finder For internal use only. (Inherited from IdeaBlade.EntityModel.QueryResult)
Top
Public Properties
 NameDescription
Public PropertyCancelled Whether the query was cancelled. (Inherited from IdeaBlade.EntityModel.QueryResult)
Public PropertyChangedEntities The list of every entity that was either added or modified in the EntityManager's cache as a result of this query. (Inherited from IdeaBlade.EntityModel.QueryResult)
Public PropertyError Returns non-null if an unhandled exception was raised during query execution. (Inherited from IdeaBlade.EntityModel.QueryResult)
Public PropertyQuery The requested typed query as IEntityQuery.  
Public PropertyResolvedFetchStrategyThe actual FetchStrategy used. (Inherited from IdeaBlade.EntityModel.QueryResult)
Public PropertyResults The typed results of the query.  
Public PropertyUntypedQuery The requested untyped query. (Inherited from IdeaBlade.EntityModel.QueryResult)
Public PropertyWasFetched True if the data was fetched from the EntityServer. (Inherited from IdeaBlade.EntityModel.QueryResult)
Top
Public Methods
 NameDescription
Public MethodEquals (Inherited from object)
Public MethodGetHashCode (Inherited from object)
Public MethodGetType (Inherited from object)
Public MethodToString (Inherited from object)
Top
Protected Methods
 NameDescription
Protected MethodFinalize (Inherited from object)
Protected MethodMemberwiseClone (Inherited from object)
Top
See Also

Reference

QueryResult<T> Class
IdeaBlade.EntityModel Namespace

Send Feedback